h1. grebe app returned json for string search
{"status":200,"posts":[{"author":"JohnR","reading_time":6,"text_intro":"#veery Read a Single Post Grab my profile page. Currently, the default is to return HTML only. curl http://veeryapiperl.soupmode.com/api/posts/profile This produces the same thing. curl http://veeryapiperl.soupmode.com/api/posts/profile/?text=html Returned JSON: { \"status\":200, \"descri ...","slug":"veery-curl-testing","formatted_updated_at":"Oct 28, 2015 16:41:44 Z","post_type":"article","more_text_exists":1,"tags":["veery"],"updated_at":"2015/10/28 16:41:44","title":"Veery Curl Testing"},{"author":"JohnR","reading_time":3,"text_intro":"#veery Veery is a RESTful web publishing app. The API receives and returns JSON. Test API server: http://veeryapiperl.soupmode.com/api Test client sites that use the API: http://veeryclientperl.soupmode.com http://veeryclientnodejs.soupmode.com Example: Get a stream of posts: http://veerya ...","slug":"veery-api-short-version","formatted_updated_at":"Oct 27, 2015 12:05:02 Z","post_type":"article","more_text_exists":1,"tags":["veery"],"updated_at":"2015/10/27 12:05:02","title":"Veery API - Short Version"},{"author":"JohnR","reading_time":10,"text_intro":"#veery Veery is a basic web publishing app. This doc describes Veery's API, which uses a RESTful interface to receive and return JSON. The API code uses CouchDB and Elasticsearch, although I'm not exploiting the full capabilities of both servers. To-Do Create a CouchDB view that produces a ...","slug":"veery-api","formatted_updated_at":"Oct 27, 2015 12:05:18 Z","post_type":"article","more_text_exists":1,"tags":["veery"],"updated_at":"2015/10/27 12:05:18","title":"Veery API"},{"author":"JohnR","reading_time":15,"text_intro":"(Is \"country living\" one word or two? It seems that both CountryLiving Fair and Country Living Fair are used.) The event was held on Friday, Saturday, and Sunday, September 12, 13, and 14, 2014 in Columbus, OH on the grounds of the historicsites-by-name/ohio-village\">Ohio Village and History Cent ...","slug":"country-living-fair-columbus-2014","formatted_updated_at":"Sep 16, 2015 13:58:49 Z","post_type":"article","more_text_exists":1,"tags":["art","craft","event","festival","columbus"],"updated_at":"2015/09/16 13:58:49","title":"Country Living Fair - Columbus - 2014"}],"description":"OK","next_link_bool":0}
code=yes